home *** CD-ROM | disk | FTP | other *** search
/ The Games Machine 131 / XENIATGM131.iso / Goodies / I-WAR 2 Egde of Chaos - New SDK / IW2-EOC_Pog_Scripting_SDK.exe / POG_HELP.CHM / css / pog.css
Cascading Style Sheet File  |  2002-01-24  |  2KB  |  47 lines

  1. /*
  2.  * Copyright (c) 1998-99 Particle Systems Ltd. All Rights Reserved.
  3.  *
  4.  * pog.css
  5.  *
  6.  * Cascading Style Sheet for Pog documentation.
  7.  *
  8.  * Revision control information:
  9.  *
  10.  * $header: $
  11.  */
  12.  
  13. /* Global style */
  14. body         { font-family: Trebuchet MS; font-size: 10pt; line-height: 150%; 
  15.                background-color: #FFFFFF; text-align: Justify; margin-top: 2; 
  16.                margin-bottom: 2 }
  17.  
  18. /* Heading styles */              
  19. h1           { font-family: Tahoma; font-size: 18pt; font-weight: bold;
  20.                margin-top: 8; margin-bottom: 4; }
  21. h2           { font-family: Tahoma; font-size: 14pt; font-weight: bold;
  22.                margin-top: 6; margin-bottom: 3; }
  23. h3           { font-family: Trebuchet MS; font-size: 12pt; font-weight: bold;
  24.                margin-top: 4; margin-bottom: 2; }
  25. h4           { font-family: Trebuchet MS; font-size: 12pt; font-style: italic;
  26.                margin-top: 2; margin-bottom: 1; }
  27.  
  28. /* Bulleted list*/
  29. ul         { margin-top: 3; margin-bottom: 3; font-size: 12pt; margin-left: 20; }
  30.  
  31. /* Table elements */
  32. thead         { font-size: 12pt; font-weight: bold; text-align: Left; 
  33.                background-color: #DDDDDD; }
  34. tbody         { font-size: 10pt; text-align: Left; background-color: #EFEFEF; }
  35.  
  36. /* Other elements */
  37. hr           { color: #000000; margin-top: 0; margin-bottom: 0; height: 1}
  38. pre          { font-family: Courier New; font-size: 10pt; font-weight: bold }
  39. code         { font-family: Trebuchet MS; font-size: 10pt; font-weight: bold; }        
  40.  
  41. /* Special style classes */
  42. .copyright   { font-size: 8pt; text-align: Right; margin-top: 0 }
  43. .footnote    { font-size: 8pt; text-align: Justify; margin-top: 2; margin-bottom: 2; }
  44. .prelim      { color: #DD0000; }
  45. .apiref         { font-weight: bold; }
  46.  
  47.